Editor Functions

Description

Functions for manipulating editors.

Name
Description
UI_EDITOR_ACTIVE Function

The UI_EDITOR_ACTIVE() function indicates whether an instance of the Code Editor is running. Returns TRUE if an editor is active.

UI_EDITOR_COMMAND Function

The UI_EDITOR_COMMAND() function executes or queries an editor command as if it were executed from the menus.(EDIT_COPY,EDIT_PASTE etc).

UI_EDITOR_GET Function

The UI_EDITOR_GET() function returns an object pointer to the currently open Code Editor with focus.

ui_editor_parent Function

Returns Parent CR-LF delimited list windows.

ui_session_editor_active Function

Return TRUE if session has an active text editor.

ui_session_editor_get Function

Return a pointer to the active text editor for a session.

ui_session_errors_clear Function

Clears ant errors associated with the session.

ui_session_errors_exist Function

Returns true if errors exist for session.

ui_session_errors_get Function

Returns the errors defined for the session.